home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gnumake / pdmake.zoo / compile.sh < prev    next >
Text File  |  1991-09-25  |  417b  |  19 lines

  1. echo compiling check.c
  2. cc -dATARIST check.c
  3. echo compiling input.c
  4. cc -dATARIST input.c
  5. echo compiling macro.c
  6. cc -dATARIST macro.c
  7. echo compiling main.c
  8. cc -dATARIST main.c
  9. echo compiling make.c
  10. cc -dATARIST make.c
  11. echo compiling reader.c
  12. cc -dATARIST reader.c
  13. echo compiling rules.c
  14. cc -dATARIST rules.c
  15. echo compiling ststuff.c
  16. cc -dATARIST ststuff.c
  17. echo assembling gemstart.s
  18. as68 -l -u -s a:\ -f d:\ gemstart.s
  19.